home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Very Best of Atari Inside
/
The Very Best of Atari Inside 1.iso
/
mint
/
mntlib43
/
mntlib
/
defmode.c
< prev
next >
Wrap
Text File
|
1992-09-17
|
421b
|
11 lines
/* moved to a separate module, so that people who want to can put
* __default_mode__ = _IOBIN in their main program without getting
* a link conflict; moreover, this allows stdin and stdout to be
* binary mode by default as well. ++ERS
*
* moved into a module independent of binmode so that if its undefined
* by the user it is pulled in from here without pulling in binmode() too.
*
*/
int __default_mode__ = 0;